home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_290
/
PlaceObject2_497_93
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
227 b
|
17 lines
onClipEvent(load){
speed = 10;
done = "";
stop = "";
xhome = this._x;
distance = 290;
rand = random(2);
if(rand == 1)
{
xmov = speed;
}
else
{
xmov = - speed;
}
}